type runtime.xRegState
6 uses
runtime (current package)
preempt_xreg.go#L29: type xRegState struct {
preempt_xreg.go#L38: state *xRegState
preempt_xreg.go#L53: cache *xRegState
preempt_xreg.go#L64: xRegAlloc.alloc.init(unsafe.Sizeof(xRegState{}), nil, nil, &memstats.other_sys)
preempt_xreg.go#L79: var dest *xRegState
preempt_xreg.go#L88: dest = (*xRegState)(xRegAlloc.alloc.alloc())
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |